home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Eval.dxr
/
00001_Startup.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-16
|
390 b
|
21 lines
global gMasterData
on prepareMovie
setUserArea(gMasterData, #eval)
set the keyDownScript to "quitCatcher"
cursor(0)
end
on stopMovie
end
on initFields
set vEmptyList to []
repeat with X in vEmptyList
set the text of member X to " "
set the textFont of member X to "Palatino"
set the textSize of member X to 14
set the text of member X to EMPTY
end repeat
end